liblfds release 6 release note

Release date : 29th December 2009

What's New?

  1. Fixed two implementation errors, which reduced performance, spotted by Codeplug from the C Programming Board.
  2. Fixed missing pre-processor defines in the MSVC solution files, (/DDDEBUG missing for debug, /D_NDEBUG missing for release). Also from Codeplug.
  3. The data structure new() functions have been simplified. They now simply return 1 on success and 0 on failure. (Previously, they would return the number of elements successfully allocated; partial allocation did not mean failure. Now it does.)

Known Issues

None. Woot!